script_enemy_main
{
    @Initialize { 
	SetCommonData("Restart"true);
	SetPlayerInvincibility(60);
	TimeStop(60,1,1,1);
	VanishEnemy;
	}
}

